DosbrandingKE Demo Changelog
Version 2026.05.01
Date: 2026-05-10 15:03
- Setting up the DosbrandingKE project
- Creating the initial HTML templates for the project
- Implementing basic styling for the templates
Version 2026.05.02
Date: 2026-05-10 21:55
- Updated the `webpack.config.js` file to include the `postcss-loader` for better CSS
processing
- Added `postcss` and `postcss-loader` to the project dependencies in `package.json`
- Removed the `terser-webpack-plugin` from the project dependencies in `package.json` as it is
not needed for development
- Removed the `instantsearch.css` from the project dependencies in `package.json` as it is not
being used in the project
Version 2026.05.03
Date: 2026-05-15 20:35
- Updated the `domains-template.html` file with new domain information
- Deleted the `typekit.scss` file as it is not being used in the project
- Added new styling for the `changelog-template.html` file in the `changelog.scss` file
- Added a new button to the `404-template.html` file that redirects users to the homepage and
added a new `404.scss` file
- Added a new search input field to the `404-template.html` file for future implementation of
Algolia Search
- Removed the commented out part of setting up dark mode as it can be setup automatically
Version 2026.05.04
Date: 2026-05-20 20:58
- Added missing div tags to the `changelog-template.html` file
- Changed the `.firebaserc` file to include the correct project configuration as well as
`firebase.json`